Conversation
and drop the patching of motoko derivations in the SDK’s overlay, by pulling in caffeinelabs/motoko#887 (comment). ``` ~/dfinity/motoko $ git log 8676951c41fbf9b9c87c1c4de606d4dfd321a829..6901c536deff066671aa96c6e765d96a7415bb40 --oneline --first-parent 6901c536 (HEAD -> master, origin/master, origin/HEAD) default.nix: Remove packaging code (#887) b5a74f08 Fix for #874 (#877) ce3a3107 Merge pull request #841 from dfinity-lab/joachim/ic-stub cbe634ed Claudio/oneway awaits (#773) 14793c25 IDL-Motoko: Pass actor and func references as data (#883) abf22153 Update IDL func type (#881) ```
|
This pulls in caffeinelabs/motoko#881, so maybe too early. @chenyan-dfinity will know |
It should be fine, we don't have JS userlib in master, and the change is in favor of the new userlib. |
|
A restart of the build helped. The test seems to be inherently flaky :-( |
| installPhase = '' | ||
| mkdir -p $out | ||
| cp ${src}/stdlib/*.mo $out | ||
| rm $out/*Test.mo |
There was a problem hiding this comment.
Does motoko do this now instead? If not I think this will break things.
There was a problem hiding this comment.
Looks like it does: caffeinelabs/motoko@6901c53#diff-5712e736e0de6ba170577f8472c398e9R384-R385
This seems to be a recent development despite the test not changing |
and drop the patching of motoko derivations in the SDK’s overlay, by
pulling in
caffeinelabs/motoko#887 (comment).